home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / pcbaby / _setup.1 / PCBaby4.exe / 0 / RCDATA / TSORRY / TSORRY.txt
Text File  |  1996-10-21  |  3KB  |  99 lines

  1. object Sorry: TSorry
  2.   Left = 188
  3.   Top = 74
  4.   BorderStyle = bsDialog
  5.   Caption = 'Item Not Available'
  6.   ClientHeight = 275
  7.   ClientWidth = 439
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 417
  19.     Height = 65
  20.     Alignment = taCenter
  21.     Caption = 'This item is not available in the non-registered version'
  22.     Font.Color = clRed
  23.     Font.Height = -27
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 0
  30.     Top = 80
  31.     Width = 441
  32.     Height = 65
  33.     Alignment = taCenter
  34.     Caption = 
  35.       'Click on the printer icon or select "Print Order Form" from the ' +
  36.       'Order menu to order a registered version of PC Baby 4.1 today.'
  37.     Font.Color = clWhite
  38.     Font.Height = -16
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 0
  45.     Top = 152
  46.     Width = 433
  47.     Height = 49
  48.     Alignment = taCenter
  49.     AutoSize = False
  50.     Caption = 
  51.       'The registered version of PC Baby 4.1 includes this item and man' +
  52.       'y many more!!'
  53.     Font.Color = clYellow
  54.     Font.Height = -16
  55.     Font.Name = 'Arial'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Label4: TLabel
  60.     Left = 8
  61.     Top = 216
  62.     Width = 253
  63.     Height = 44
  64.     Caption = 'Order Today !!'
  65.     Font.Color = clBlue
  66.     Font.Height = -37
  67.     Font.Name = 'Arial'
  68.     Font.Style = [fsBold, fsUnderline]
  69.     ParentFont = False
  70.   end
  71.   object OKBtn: TBitBtn
  72.     Left = 328
  73.     Top = 231
  74.     Width = 93
  75.     Height = 31
  76.     Caption = 'Ok'
  77.     Default = True
  78.     Font.Color = clGreen
  79.     Font.Height = -19
  80.     Font.Name = 'Arial'
  81.     Font.Style = [fsBold]
  82.     ModalResult = 1
  83.     ParentFont = False
  84.     TabOrder = 0
  85.     OnClick = OKBtnClick
  86.     Glyph.Data = {
  87.       F6000000424DF600000000000000760000002800000010000000100000000100
  88.       04000000000080000000CE0E0000D80E00000000000000000000000000000000
  89.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  90.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  91.       5555555555555555555555555205555555555555222055555555555522205555
  92.       5555555222220555555555222222055555555722052220555555720555522055
  93.       5555555555522205555555555555220555555555555552205555555555555572
  94.       0555555555555557205555555555555552205555555555555555}
  95.     Margin = 8
  96.     Spacing = -1
  97.   end
  98. end
  99.